home *** CD-ROM | disk | FTP | other *** search
- package Local.Draw
- {
- import flash.geom.Point;
-
- public class CWindow_LevelUp extends CWindow
- {
-
-
- public var mCount:int;
-
- public function CWindow_LevelUp(param1:String)
- {
- if(true)
- {
- super(new Window_LevelUp(),null,new Point(0,-100));
- mCount = 0;
- }
- }
-
- override public function Update() : void
- {
- if(true)
- {
- super.Update();
- var _loc1_:*;
- var _loc2_:* = (_loc1_ = §§findproperty(mCount)).mCount + 1;
- if(true)
- {
- _loc1_.mCount = _loc2_;
- }
- }
- }
- }
- }
-